ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiSelectListBox<T> Class / ShowSelectAllCheckbox Property






In This Topic
    ShowSelectAllCheckbox Property (MultiSelectListBox<T>)
    In This Topic
    Gets or sets whether the control should display a "Select All" checkbox above the items to select or de-select all items.
    Syntax
    'Declaration
     
    
    Public Property ShowSelectAllCheckbox As System.Boolean
    'Usage
     
    
    Dim instance As MultiSelectListBox(Of T)
    Dim value As System.Boolean
     
    instance.ShowSelectAllCheckbox = value
     
    value = instance.ShowSelectAllCheckbox
    public System.bool ShowSelectAllCheckbox {get; set;}
    public read-write property ShowSelectAllCheckbox: System.Boolean; 
    public function get,set ShowSelectAllCheckbox : System.boolean
    public: __property System.bool get_ShowSelectAllCheckbox();
    public: __property void set_ShowSelectAllCheckbox( 
       System.bool value
    );
    public:
    property System.bool ShowSelectAllCheckbox {
       System.bool get();
       void set (    System.bool value);
    }
    See Also